-
1 binary data type
-
2 character and binary data type category
English-Russian SQL Server dictionary > character and binary data type category
-
3 binary data
model data — данные, полученные из модели
-
4 binary data
-
5 binary data
English-Russian dictionary of Information technology > binary data
-
6 binary string data type
English-Russian SQL Server dictionary > binary string data type
-
7 binary string data type category
English-Russian SQL Server dictionary > binary string data type category
-
8 data
1) величины
2) данные
– accumulate data
– all or none data
– analog data
– application-specific data
– ascertain data
– body of data
– cite data
– code data
– control data
– CRT displays data
– cumulative data
– data array
– data bank
– data bus
– data call
– data channel
– data communication
– data concentrator
– data control
– data conversion
– data converter
– data descriptor
– data display
– data element
– data file
– data format
– data gathering
– data handling
– data input
– data line
– data link
– data modem
– data network
– data output
– data packing
– data panel
– data path
– data placard
– data point
– data potentiometer
– data processing
– data processor
– data rate
– data recorder
– data reducer
– data reduction
– data repeater
– data reproduction
– data set
– data set allocation
– data smoothing
– data storage
– data structure
– data switching
– data teleprocessing
– data transfer
– data unit
– data updating
– data windowing
– display data
– exchange data
– experimental data
– flight data
– generate data
– initial data
– input data
– insert data
– key in data
– load data
– move data
– output data
– performance data
– present data
– process data
– ranked data
– raw data rate
– receive data
– reduction of data
– reference data
– reproduce data
– retrieve data
– sampled data
– sequence of data
– set data into
– set data manually
– store data
– update data
– withdraw data
abstract data type — <math.> объект информационный абстрактный
areal data density — информационная поверхностная плотность записи
automatic data processing — автоматизация информационных работ, <comput.> обработка данных автоматическая
data storage unit — <comput.> блок хранения данных
lineary data density — информационная продольная плотность записи
randomly fluctuating data — нерегулярно изменяющиеся, флуктуирующие данные
serial synchronous data — последовательно передаваемые данные, данные последовательно передаваемые совместно с тактовыми сигналами
-
9 binary-coded data
English-Russian big polytechnic dictionary > binary-coded data
-
10 binary conversion
English-Russian big polytechnic dictionary > binary conversion
-
11 binary-analog conversion
English-Russian big polytechnic dictionary > binary-analog conversion
-
12 binary-decimal conversion
English-Russian big polytechnic dictionary > binary-decimal conversion
-
13 binary-to-analog conversion
English-Russian big polytechnic dictionary > binary-to-analog conversion
-
14 binary-to-decimal conversion
English-Russian dictionary of Information technology > binary-to-decimal conversion
-
15 file type
определяется типом хранящихся в файле данных. К основным типам файлов относятся текстовые, двоичные, графические, файлы баз данных. Указанием на конкретный тип файла служит расширение имени файлаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > file type
-
16 octal-to-binary conversion
English-Russian base dictionary > octal-to-binary conversion
-
17 decimary-to-binary conversion
English-Russian dictionary of Information technology > decimary-to-binary conversion
-
18 BLOB
= blob(binary large object) большой двоичный объект, "блоб"тип полей (данных) в реляционной мультимедиа БД - строка байтов размером от 0 байт до 2 Гбайт минус 1 байт. Может содержать произвольные двоичные данные (звук, графика, видео и т. д.). Поддерживаются во многих СУБДАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > BLOB
-
19 blob
= blob(binary large object) большой двоичный объект, "блоб"тип полей (данных) в реляционной мультимедиа БД - строка байтов размером от 0 байт до 2 Гбайт минус 1 байт. Может содержать произвольные двоичные данные (звук, графика, видео и т. д.). Поддерживаются во многих СУБДАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > blob
-
20 string
1) в языках программирования - тип данных, позволяющий хранить и обрабатывать последовательности символов, поэтому иногда её называют символьной, или текстовой (character string, text string), строкой. В большинстве ЯВУ строки в исходном тексте программы должны быть заключены в двойные кавычки (double quotation marks)см. тж. allophone string generation, binary string, bit string, byte string, character string, dynamic string, empty string, format string, hexadecimal string, long string, null string, setup string, string constant, string data type, string formula, string function, string length, string literal, string manipulation, string operator, string operation, string processing, string type, string variable, substring, text stringАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > string
См. также в других словарях:
Data type — For other uses, see Data type (disambiguation). In computer programming, a data type is a classification identifying one of various types of data, such as floating point, integer, or Boolean, that determines the possible values for that type; the … Wikipedia
Abstract data type — In computing, an abstract data type (ADT) is a specification of a set of data and the set of operations that can be performed on the data. Such a data type is abstract in the sense that it is independent of various concrete implementations. The… … Wikipedia
Data Format Description Language — (DFDL, often pronounced daff o dil) is a modeling language from the Open Grid Forum for describing general text and binary data. A DFDL model or schema allows any text or binary data to be read (or parsed ) from its native format and to be… … Wikipedia
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … Wikipedia
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Binary-coded decimal — In computing and electronic systems, binary coded decimal (BCD) is a digital encoding method for numbers using decimal notation, with each decimal digit represented by its own binary sequence. In BCD, a numeral is usually represented by four bits … Wikipedia
Data file — A data file is a computer file which stores data to use by a computer application or system. It generally does not refer to files that contain instructions or code to be executed (typically called program files), or to files which define the… … Wikipedia
Binary file — binaries redirects here. For double stars, see Binary star. .bin redirects here. For The CD image format, see Disk image. A hex dump of the 318 byte Wikipedia favicon, or … Wikipedia
Data structure — In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highly … Wikipedia
Data URI scheme — The data URI scheme is a URI scheme (Uniform Resource Identifier scheme) that provides a way to include data in line in web pages as if they were external resources. It tends to be simpler than other inclusion methods, such as MIME with cid or… … Wikipedia
Binary large object — A blob (alternately known as a binary large object, basic large object, BLOB, or BLOb) is a collection of binary data stored as a single entity in a database management system. Blobs are typically images, audio or other multimedia objects, though … Wikipedia